I'm new with exiftool. My camera (SD1000) produces both CreateDate and DateTimeOriginal tags. Which of these should I use to rename my files to date/time ...
2021年7月5日 — exiftool -FileCreateDate<DateTimeOriginal -r 1999-*.jpg[-code] Seems to work, but FileCreateDate and Date Taken appear to be unchanged ...
Read and write meta information in files. -d FMT (-dateFormat) Set the format for date/time tag values. The specifics of the FMT syntax are system dependent ...
2021年12月10日 — As you can see, there is more than one DateTimeOriginal tag in the file. The standard place for that tag is in the ExifIFD subgroup of the EXIF ...
2017年7月17日 — While I find lots of descriptions how to change DateTimeOriginal (which I successfully did) setting DateTime fails here. Any hint how to set ...
Hello. System: Linux Mint 18.4 64bit, exiftool 11.10, bash 4.3.48. Is it possible to use exiftool to attempt to extract a DateTimeOriginal or DateCreated.
See files File Modify Date recursively in a directory who don't have datetimeoriginal set. exiftool -filemodifydate -r -if '(not $datetimeoriginal or ($ ...
2018年2月2日 — If you wish to get DateTimeOriginal for only those files in a directory that have a value in the tag, use exiftool -if $DateTimeOriginal - ...